From a805f49d4a03c98bcb5703c409174d92661f14ff Mon Sep 17 00:00:00 2001 From: GPSBabel Date: Sun, 28 Apr 2019 21:47:46 -0500 Subject: [PATCH] Remove outdated multiline comment in gdb.cc --- gdb.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gdb.cc b/gdb.cc index 795b39819..4524e54c8 100644 --- a/gdb.cc +++ b/gdb.cc @@ -185,9 +185,7 @@ disp_summary(const gbfile* f) // which ways in which versions are not at all clear, leaing to // encoding issues on read and leaks because of teh differences // in calling conventions on who owns/destroys the result. -//#define FREAD_CSTR \ -// (gdb_ver >= GDB_VER_UTF8) ? QString::fromUtf8(gdb_fread_cstr(fin)) : \ -// QString::fromLatin1(gdb_fread_cstr(fin)) + #define FREAD_CSTR_AS_QSTR gbfgetcstr(fin) static char* gdb_fread_cstr(gbfile* fin); -- 2.30.2